From 158015be6cafb05c47659ebf0a9c18b2d6f1b5ab Mon Sep 17 00:00:00 2001 From: Murray Cumming Date: Fri, 17 Mar 2017 21:11:26 +0100 Subject: [PATCH] docs: Remove mentions of gtk_init_with_args(). Because it has been removed: See commit 7e8eb3ddcd29ce9eecb14a56dbfeb0caf64dc772 --- docs/reference/gtk/gtk4-sections.txt | 1 - gdk/gdk.c | 2 +- gdk/gdkdisplaymanager.c | 2 +- gtk/gtkmain.c | 4 ++-- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/reference/gtk/gtk4-sections.txt b/docs/reference/gtk/gtk4-sections.txt index b89687d291..514472bd87 100644 --- a/docs/reference/gtk/gtk4-sections.txt +++ b/docs/reference/gtk/gtk4-sections.txt @@ -4890,7 +4890,6 @@ gtk_get_locale_direction gtk_parse_args gtk_init gtk_init_check -gtk_init_with_args gtk_get_option_group gtk_events_pending gtk_main diff --git a/gdk/gdk.c b/gdk/gdk.c index c7cd32a324..f26696c638 100644 --- a/gdk/gdk.c +++ b/gdk/gdk.c @@ -777,7 +777,7 @@ gdk_set_program_class (const char *program_class) * gdk_disable_multidevice: * * Disables multidevice support in GDK. This call must happen prior - * to gdk_display_open(), gtk_init(), gtk_init_with_args() or + * to gdk_display_open(), gtk_init() or * gtk_init_check() in order to take effect. * * Most common GTK+ applications won’t ever need to call this. Only diff --git a/gdk/gdkdisplaymanager.c b/gdk/gdkdisplaymanager.c index 2bd670f399..c3e32c27b6 100644 --- a/gdk/gdkdisplaymanager.c +++ b/gdk/gdkdisplaymanager.c @@ -244,7 +244,7 @@ static const gchar *allowed_backends; * list to try all remaining backends. * * This call must happen prior to gdk_display_open(), - * gtk_init(), gtk_init_with_args() or gtk_init_check() + * gtk_init(), or gtk_init_check() * in order to take effect. * * Since: 3.10 diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index 69d71f8088..045480c26b 100644 --- a/gtk/gtkmain.c +++ b/gtk/gtkmain.c @@ -373,8 +373,8 @@ static gboolean do_setlocale = TRUE; /** * gtk_disable_setlocale: - * - * Prevents gtk_init(), gtk_init_check(), gtk_init_with_args() and + * + * Prevents gtk_init(), gtk_init_check() and * gtk_parse_args() from automatically * calling `setlocale (LC_ALL, "")`. You would * want to use this function if you wanted to set the locale for -- 2.30.2